Welcome![Sign In][Sign Up]
Location:
Search - e-business jsp

Search list

[Other resource使用JSP技术构建电子商务应用系统-从入门到提高

Description: 使用JSP技术构建电子商务应用系统-从入门到提高.rar-use JSP building e-business application systems-from entry to the increase. Rar
Platform: | Size: 9772043 | Author: spg | Hits:

[Software Engineeringbiyesheji-qicheshouhoufuwuzhongxin

Description: 汽车售后服务中心网上订购系统的实现 摘要 JSP技术是当前较为热门的Web开发技术。本文主要介绍了基于JSP技术的电子商务动态网站,主要功能是实现客户端和服务器端的动态交互。共分为五个模块:客户登录模块、商品信息模块、客户信息模块、订单处理模块、技术论坛模块。具体功能的实现利用JavaBeans组件技术,Servlet 技术,JDBC与数据库技术。本文从电子商务的概况说起,就当前最热门的动态网站开发工具JSP、ASP、PHP从技术上进行了分析和比较,肯定了JSP在构建动态网站中的优势,对JSP的基本工作原理以及一些主要技术作了说明。接着主要介绍了基于JSP技术的电子商务动态网站具体设计及实现。最后对本次毕业设计做出了总结。 -automobile after-sales service centers online ordering system of summary JSP technology is currently more popular open Web the technology. This paper introduces a JSP-based dynamic e-business website, Its main function is to achieve client and the server side of the dynamic and interactive. It consists of five modules : customer login module, the value of information modules, customer information module, order processing module, module technology forum. Implementation of specific functions using JavaBeans component technology, Servlet technology, JDBC and database technology. Based on the profile of e-commerce Speaking on the current dynamic of the most popular web development tool JSP, ASP, PHP from the technical analysis and comparison, affirmed the JSP in building dynamic websites advan
Platform: | Size: 1971851 | Author: thocr | Hits:

[JSPJava 实用系统开发指南JavaPractice

Description: ·VI· 目 录 前言 第1章 高性能聊天系统...................................................................................................1 1.1 系统需求...........................................................................................................1 1.2 架构设计...........................................................................................................2 1.2.1 Java事件模型.....................................................................................................2 1.2.2 架构设计图.......................................................................................................5 1.2.3 协议设计.........................................................................................................5 1.2.4 多线程...........................................................................................................6 1.2.5 线程池...........................................................................................................9 1.2.6 非堵塞I/O........................................................................................................11 1.3 Socket核心设计和实现...............................................................................................13 1.3.1 TCP和Reactor模式.................................................................................................14 1.3.2 UDP实现..........................................................................................................19 1.3.3 客户端实现.......................................................................................................22 1.4 Socket接口设计和实现..............................................................................................28 1.4.1 队列和对象类型..................................................................................................28 1.4.2 访问者模式定义..................................................................................................32 1.4.3 访问者模式实现..................................................................................................36 1.4.4 协议封装........................................................................................................39 1.4.5 重整Refactoring.................................................................................................41 1.5 应用接口设计和实现................................................................................................45 1.5.1 Connection API..................................................................................................46 1.5.2 ConnectionFactory API...........................................................................................49 1.5.3 TcpConnection API...............................................................................................53 1.5.4 UdpConnection API...............................................................................................54 1.6 应用层设计和实现..................................................................................................56 1.6.1 客户端聊天测试..................................................................................................56 1.6.2 服务器聊天测试..................................................................................................58 1.7 性能测试..........................................................................................................59 1.8 小结..............................................................................................................61 第2章 简单的用户注册系统..............................................................................................62 2.1 需求分析............................................................................................................62 2.2 系统设计............................................................................................................62 2.2.1 JSP/Servlet与J2EE.................................................................................................63 2.2.2 结构设计图........................................................................................................64 2.2.3 JSP/JavaBeans技术要点.............................................................................................65 2.2.4 JDBC和连接池......................................................................................................68 2.2.5 数据库设计........................................................................................................70 2.3 类的详细设计和实现..................................................................................................71 2.3.1 Facade模式........................................................................................................71 2.3.2 JDBC通用操作类....................................................................................................73 2.3.3 E-mail发送通用类..................................................................................................78 2.3.4 用户资料管理......................................................................................................79 2.3.5 密码数据操作类....................................................................................................83 2.3.6 登陆验证功能......................................................................................................85 2.4 界面编程实现........................................................................................................87 2.4.1 登陆验证页面......................................................................................................87 2.4.2 注册页面..........................................................................................................88 2.5 调试、发布和运行....................................................................................................90 2.5.1 单元测试..........................................................................................................91 2.5.2 快速配置开发环境..................................................................................................92 2.5.3 Tomcat配置和调试..................................................................................................93 2.5.4 Tomcat连接池使用..................................................................................................95 2.6 Hibernate使用.......................................................................................................99 2.7 小结................................................................................................................103 第3章 Jive论坛系统.....................................................................................................107 3.1 Jive功能需求.......................................................................................................107 3.2 Jive与设计模式.....................................................................................................108 3.2.1 设计模式.........................................................................................................109 3.2.2 ForumFactory与工厂模式...........................................................................................109 3.2.3 统一入口与单态模式...............................................................................................113 3.2.4 访问控制与代理模式...............................................................................................114 3.2.5 批量分页查询与迭代模式...........................................................................................115 3.2.6 过滤器与装饰模式.................................................................................................120 3.2.7 主题监测与观察者模式.............................................................................................124 3.3 Jive安全管理机制...................................................................................................128 3.3.1 安全验证机制.....................................................................................................129 3.3.2 用户资料管理.....................................................................................................132 3.4 Jive的缓存机制.....................................................................................................133 3.4.1 缓存原理和实现...................................................................................................133 3.4.2 缓存使用.........................................................................................................136 3.4.3 小结.............................................................................................................139 3.5 Jive的其他组件技术.................................................................................................140 3.5.1 Jive的树形结构...................................................................................................140 3.5.2 XML和JDOM........................................................................................................143 3.5.3 全文检索和Lucene.................................................................................................147 3.5.4 Jive的中文问题...................................................................................................152 3.6 Jive图形处理.......................................................................................................154 3.6.1 图片上传处理.....................................................................................................154 3.6.2 服务器端图形处理.................................................................................................157 3.7 Jive安装调试运行...................................................................................................159 3.8 小结...............................................................................................................160 第4章 网站内容管理系统.................................................................................................161 4.1 需求分析...........................................................................................................161 4.2 架构设计...........................................................................................................162 4.2.1 系统架构图.......................................................................................................163 4.2.2 MVC模式和Struts..................................................................................................164 4.2.3 DBO模式和Castor..................................................................................................167 4.2.4 Cache设计........................................................................................................172 4.3 详细设计和实现.....................................................................................................173 4.3.1 基本对象设计.....................................................................................................173 4.3.2 数据模型的实现...................................................................................................174 4.3.3 抽象工厂(Abstract Factory)模式...................................................................................175 4.3.4 生成器(Builder)模式..............................................................................................180 4.4 表现层的实现.......................................................................................................187 4.4.1 Strut相关设置....................................................................................................187 4.4.2 创建PageForm.....................................................................................................189 4.4.3 创建PageAction...................................................................................................192 4.4.4 创建page.jsp页面.................................................................................................194 4.4.5 自定义标签库.....................................................................................................196 4.4.6 创建SavePageAction...............................................................................................199 4.4.7 Tile模板.........................................................................................................201 4.4.8 创建cmsMenu.jsp..................................................................................................203 4.4.9 创建index.jsp....................................................................................................203 4.4.10 小技巧..........................................................................................................204 4.5 项目重整Refactoring................................................................................................205 4.6 调试、发布和运行...................................................................................................206 4.6.1 配置和运行.......................................................................................................206 4.6.2 Log调试信息的配置................................................................................................206 4.7 小结...............................................................................................................207 第5章 订阅信息系统.....................................................................................................209 5.1 需求分析...........................................................................................................209 5.2 架构设计...........................................................................................................209 5.2.1 Cache和Pool......................................................................................................210 5.2.2 EJB框架体系......................................................................................................211 5.2.3 架构图...........................................................................................................213 5.2.4 接口框架设计.....................................................................................................213 5.3 EJB详细设计和实现..................................................................................................214 5.3.1 业务对象建模.....................................................................................................215 5.3.2 开发环境配置.....................................................................................................216 5.3.3 CMP图形开发......................................................................................................217 5.3.4 实体Bean.........................................................................................................221 5.3.5 Facade Session Bean..............................................................................................229 5.3.6 Transfer Object模式..............................................................................................232 5.4 Web与EJB接口框架...................................................................................................233 5.4.1 框架的设计.......................................................................................................233 5.4.2 框架的实现.......................................................................................................235 5.4.3 框架的使用.......................................................................................................243 5.5 表现层的设计和实现.................................................................................................247 5.5.1 创建ActionForm...................................................................................................247 5.5.2 创建Action 类....................................................................................................248 5.5.3 创建JSP页面......................................................................................................248 5.6 调试配置和运行.....................................................................................................249 5.6.1 JBoss和MySQL的配置...............................................................................................250 5.6.2 JNDI配置.........................................................................................................251 5.6.3 部署和发布.......................................................................................................253 5.6.4 调试和测试.......................................................................................................254 5.7 小结...............................................................................................................254 第6章 用户安全管理系统.................................................................................................256 6.1 需求分析...........................................................................................................256 6.2 架构设计...........................................................................................................256 6.2.1 角色.............................................................................................................257 6.2.2 J2EE的JAAS.......................................................................................................257 6.2.3 单点登录.........................................................................................................259 6.2.4 邮件发送组件.....................................................................................................261 6.3 详细设计和实现.....................................................................................................261 6.3.1 业务对象建模.....................................................................................................261 6.3.2 数据库设计.......................................................................................................263 6.3.3 实体bean实现.....................................................................................................263 6.3.4 Session Bean实现.................................................................................................266 6.3.5 EJB容器安全配置..................................................................................................273 6.4 JMS 邮件发送组件...................................................................................................275 6.4.1 消息发送器.......................................................................................................276 6.4.2 MDB..............................................................................................................279 6.5 Web层的实现........................................................................................................282 6.5.1 用户资料管理.....................................................................................................282 6.5.2 Web容器安全配置..................................................................................................287 6.6 调试配置和运行.....................................................................................................289 6.6.1 JAAS配置.........................................................................................................290 6.6.2 邮件服务的配置...................................................................................................291 6.6.3 部署和发布.......................................................................................................292 6.7 小结...............................................................................................................292 第7章 EJB方法调用框架..................................................................................................294 7.1 框架概况...........................................................................................................294 7.1.1 远程调用技术背景.................................................................................................294 7.1.2 框架结构.........................................................................................................295 7.2 框架设计..........................................................................................................296 7.2.1 代理(Proxy)模式...............................................................................................296 7.2.2 动态代理........................................................................................................298 7.2.3 反射(Reflection)和方法调用....................................................................................300 7.2.4 HTTP协议和对象序列化............................................................................................302 7.2.5 框架设计图......................................................................................................304 7.2.6 HTTPSession和缓存机制...........................................................................................305 7.2.7 基于HTTP的安全机制..............................................................................................306 7.3 类的详细设计和实现................................................................................................309 7.3.1 基本业务对象....................................................................................................310 7.3.2 动态代理工厂....................................................................................................312 7.3.3 肥客户端/服务器架构下实现.......................................................................................315 7.3.4 Web层代理Servlet Proxy..........................................................................................322 7.3.5 浏览器/服务器架构下实现.........................................................................................324 7.3.6 核心代理Business Proxy实现......................................................................................327 7.4 框架的使用和调试..................................................................................................333 7.4.1 配置............................................................................................................333 7.4.2 浏览器/服务器架构下的应用.......................................................................................335 7.4.3 肥客户端/服务器架构下的应用.....................................................................................336 7.5 小结..............................................................................................................337 第8章 网上商店系统...................................................................................................338 8.1 系统需求和设计...................................................................................................338 8.1.1 基本业务对象...................................................................................................339 8.1.2 数据表设计.....................................................................................................340 8.2 数据操作通用框架.................................................................................................344 8.2.1 框架的提炼和设计...............................................................................................347 8.2.2 增、删、改、查框架实现.........................................................................................352 8.3 商品类别管理功能的实现...........................................................................................356 8.3.1 创建Session Bean................................................................................................357 8.3.2 EJB配置.........................................................................................................358 8.3.3 创建Category相关类实现..........................................................................................360 8.3.4 Web配置.........................................................................................................361 8.3.5 创建Category.jsp................................................................................................362 8.4 商品管理功能的实现................................................................................................364 8.4.1 创建ProductManager..............................................................................................364 8.4.2 EJB配置.........................................................................................................366 8.4.3 创建Product相关类实现...........................................................................................368 8.4.4 Web配置.........................................................................................................369 8.4.5 创建product.jsp.................................................................................................370 8.4.6 商品图片上传功能................................................................................................374 8.5 商品批量查询和多页显示............................................................................................376 8.5.1 DAO模式.........................................................................................................377 8.5.2 Strut框架下设计和实现...........................................................................................385 8.5.3 页导航条实现....................................................................................................388 8.6 购物车功能的实现..................................................................................................393 8.6.1 有状态Session Bean..............................................................................................393 8.6.2 Web功能实现.....................................................................................................396 8.7 小结..............................................................................................................399
Platform: | Size: 31514707 | Author: fengbozs@163.com | Hits:

[JSP使用JSP技术构建电子商务应用系统-从入门到提高

Description: 使用JSP技术构建电子商务应用系统-从入门到提高.rar-use JSP building e-business application systems-from entry to the increase. Rar
Platform: | Size: 9772032 | Author: spg | Hits:

[Software Engineeringbiyesheji-qicheshouhoufuwuzhongxin

Description: 汽车售后服务中心网上订购系统的实现 摘要 JSP技术是当前较为热门的Web开发技术。本文主要介绍了基于JSP技术的电子商务动态网站,主要功能是实现客户端和服务器端的动态交互。共分为五个模块:客户登录模块、商品信息模块、客户信息模块、订单处理模块、技术论坛模块。具体功能的实现利用JavaBeans组件技术,Servlet 技术,JDBC与数据库技术。本文从电子商务的概况说起,就当前最热门的动态网站开发工具JSP、ASP、PHP从技术上进行了分析和比较,肯定了JSP在构建动态网站中的优势,对JSP的基本工作原理以及一些主要技术作了说明。接着主要介绍了基于JSP技术的电子商务动态网站具体设计及实现。最后对本次毕业设计做出了总结。 -automobile after-sales service centers online ordering system of summary JSP technology is currently more popular open Web the technology. This paper introduces a JSP-based dynamic e-business website, Its main function is to achieve client and the server side of the dynamic and interactive. It consists of five modules : customer login module, the value of information modules, customer information module, order processing module, module technology forum. Implementation of specific functions using JavaBeans component technology, Servlet technology, JDBC and database technology. Based on the profile of e-commerce Speaking on the current dynamic of the most popular web development tool JSP, ASP, PHP from the technical analysis and comparison, affirmed the JSP in building dynamic websites advan
Platform: | Size: 1971200 | Author: thocr | Hits:

[JSP/Javachap07

Description: 第7章 Java B/S结构编程 253 实例76 简单的Servlet程序 254 实例77 简单的留言簿 256 实例78 JSP+Java Bean的计数器 258 实例79 数据库查询 260 实例80 文件的上传下载 262 实例81 收发E-mail 267 实例82 B/S结构的聊天室 269 实例83 网上选课 276 实例84 B/S结构的商业应用——购物车 282 实例85 通过JSP调用Applet程序 285 实例86 JSP与XML的结合 2-Chapter 7 Java B/S structure 253 Programming 76 simple Servlet example of 254 examples of 77 proceedings book of 256 examples of simple 78 JSP+ Java Bean counters 258 database query examples 79 examples of 80 documents 260 download 262 upload examples of 81 transceiver E-mail 267 examples of 82 B/S structure of the chat room 269 examples 276 examples of 83 online course 84 B/S structure of the business applications- Shopping Cart 282 examples 85 through JSP call 285 examples Applet procedures 86 JSP with XML a combination of 2
Platform: | Size: 194560 | Author: zmm | Hits:

[JSP/Javabusiness

Description: 基于jsp的电子商务网站,主要经营图书的网上销售,内有详细的文档说明-Jsp-based e-commerce site, operates mainly in online book sales, with detailed documentation
Platform: | Size: 1136640 | Author: piaoyupeng | Hits:

[JSP/Java1

Description: JSP技术构建电子商务应用系统-从入门到提高-JSP technology to build e-business applications- from entry to improve
Platform: | Size: 2440192 | Author: yww | Hits:

[JSP/Javaservice(Jsp+MySql)

Description: 采用JSP网络编程语言开发,适合各大网站,尤其是企业电子商务类的网站。-JSP programming language used to develop networks for major websites, especially business class e-commerce site.
Platform: | Size: 8206336 | Author: 富兰克林 | Hits:

[JSP/JavaVBOrderTicketsMS

Description: 针对火车站的订票实际情况,按照软件工程的结构化设计思想,本次课程设计经过项目的可行性研究和需求分析、总体设计、详细设计,以及编码实现和调试等步骤设计开发了火车站网上订票系统。并运用数据流图和数据字典、E-R图和数据库逻辑结构、层次图、系统流程图、以及程序流程图,对该系统的数据需求、数据库、系统软件结构、系统流程、以及处理过程等进行了分析和设计。 本次课程设计利用JSP 开发工具和SQL Server 2000数据库来开发这个火车站网上订票系统。该系统要解决的是火车站网上订票工作所要解决的问题,可以满足火车站网上订票的基本要求,包括查询、订票、退票等三个方面的功能。该系统能运用到火车站订票的工作中,根据用户的需求,设置其权限,并快捷方便的为用户提供服务。-bstract: Airplanes ordering system is the management system that the realization books a business under the network environment.The system changes traditional handicraft to book a ticket and sends to a ticket, counter to pay a way, having extensive function. Airplanes ordering system divides into the onstage operation and the background processing, take the database as the core. The overall system revolves the order form transaction flow to design. In the overall, its function passes through 2 coarse threads: A coarse threadis passing through the customer registration, the inquiry, the order form, the change, the cancellation, the message and so on Another oarse thread manages the information to renew, the fund account, the airplane ticket and so on, and carries on the surveillance analysis.This system correct, is complete, promptly collects, the processing,the reorganization, each kind of order form, the airplane ticket which ccurs in the entire order form service flow and so on the
Platform: | Size: 6297600 | Author: 姜海清 | Hits:

[JSP/Javashoppingcart

Description: 电子商务系统: 项目描述:该系统主要完成用户网上购物、订单管理、产品管理、管理员管理等功能。后台管理员对产品类别和产品进行管理后,前台用户通过购物车进行网上选购产品,并生成订单,期间可以修改个人信息。再由后台根据产品的发货情况对订单进行状态设置。 技术手段:采用Dao、业务、Client三层体系结构编程,采用了Struts + JSP + Servlet技术构建该框架。数据库访问采用Hibernate技术实现。中文编码问题采用过滤器解决。-E-commerce systems: Project Description: The system is mainly completed by the user on-line shopping, order management, product management, and management features such as an administrator. Background on the product category managers and product management, the future users to Cart to purchase products online, and to generate orders, personal information can be amended during the period. From the background based on product shipments on orders for the status is set. Technical means: The Dao, Business, Client programming three-tier architecture using the Struts+ JSP+ Servlet technology to build the framework. Database Access using Hibernate technology. Chinese encoding filters used to solve the problem.
Platform: | Size: 886784 | Author: 徐鹏 | Hits:

[JSP/JavajspElectronicCommerce

Description: 技术构建电子商务应用系统-入门到提高一个完整的jsp商务系统-Technology to build e-business applications- to enhance the entry
Platform: | Size: 9784320 | Author: Nolan | Hits:

[WEB CodeE-shop

Description: 一个完整的基于JSP的体育类产品的电子商务网站的整体架构,包含文档、代码、数据库-A complete E-business website scheme for sport products based on JSP, including documents, source codes and databases.
Platform: | Size: 8026112 | Author: shw | Hits:

[JSPjsptigao

Description: jsp技术构建电子商务应用系统-从入门到提高.PDF电子书+实例源码-jsp technology to build e-business applications- from entry to improve. PDF e-book+ source code examples
Platform: | Size: 9776128 | Author: 蒋先生 | Hits:

[JSP/JavaE-businesssystem

Description: 电子商务系统项目源码jsp+Myeclipse-E-business system project source code jsp+ Myeclipse
Platform: | Size: 4236288 | Author: chenglong | Hits:

[JSP/Javadianzishangwu

Description: 在研究了现有的电子商务平台及其相关的技术、标准的基础上确定了电子商务平台——电子产品网上商城系统的目标和需求,通过对系统目标和需求的充分分析后提出并实现关键词:商城、电子商务、JSP、JavaBean -A set of JSP technology-based online store system solutions. The school designed and implemented customer access for goods, knowledge and order, business goods, orders management. System using JSP, JavaBean, relational database design and development technologies such as the current database and can Mysql5.0 Tomcat6.0 server run correctly. This article discusses the development of e-commerce background, system objectives and requirements, system analysis, design, detailed design, implement, test the main content of each link, and the development process in the system the main problems encountered and their solutions.
Platform: | Size: 2907136 | Author: 李海林 | Hits:

[JSP/Javaemail

Description: 1、创建web项目maildemo,运行实例程序MailClient.java。 2、在项目中添加MailClientAuth.java和MailAuthenticator.java,运行之,理解用户密码验证过程。 3、在项目中添加Sendaddmail.html和sendaddmail.jsp,运行之,理解webmail的实现以及附件的添加过程。 4、有能力的同学,请将邮件发送的业务逻辑由sendaddmail.jsp处理改为由Servlet或者javabean来实现。 -1, create a web project maildemo, run the example programs MailClient.java. 2, added to the project MailClientAuth.java and MailAuthenticator.java, run it, to understand the user password verification process. 3, added to the project Sendaddmail.html and sendaddmail.jsp, run it, the realization and understanding of webmail attachments add process. 4, the ability of students, please e-mail sent to the business logic is handled by the Servlet or sendaddmail.jsp javabean to achieve.
Platform: | Size: 804864 | Author: 万冬紫 | Hits:

[JSP/Javapaper-creator

Description: 本文首先在业务信息化不断发展的情况下,以题库管理和试卷生成在内部业务流程管理中遇到的问题为背景,分析了目前国内题库管理和试卷生成计算机管理的现状及存在的不足,以及发展趋势。分析了基于MVC的Java Web设计与开发。阐述了基于统一建模语言(UML)的可视化建模技术的概念和特点。介绍了MVC架构的概念、内容和特点及其主要技术。提出了利用当前成熟的、先进的基于MVC 架构的组件开发技术。使用基于UML 的可视化建模技术,对程序设计基础题库及试卷生成系统进行系统分析,通过系统的用例分析进行需求捕获。对用例进一步分析,得出主要总体流程图,并以手动生成试卷业务为例,给出其序列图和活动图等,通过类分析,给出整个系统主要的边界类、实体类、控制类及分析模型。结合Java Web技术及数据库技术对系统进行系统设计,介绍了系统的主要功能模块,采用MVC 设计模式的Java体系结构,MVC中的Model/View/Controller 对应到Java的JavaBean/JSP/ Servlet,以及架构类的设计方法;采用E-R图进行数据库的概念结构设计,依据概念结构设计,进行逻辑结构设计和物理结构设计。介绍了系统实现的框架模式—系统开发平台及开发工具。-First this text under the situation that the business is information-based to develop continuously, with database management with try a born meet in the business process management interiorly of problem for background, analyzed currently a domestic and international a database management with try the shortage of the present condition and existence that a born calculator manage, and develop trend. According to MVC the Java Web design and development.Elaborate according to unify to set up the concept and the characteristics that the mold language(UML) can see to turn to set up the mold technique. Introduce the concept,contents and characteristics and its main technique of the MVC structure.Put forward make use of current mature of,forerunner of according to MVC structure of module development technique.The usage can see to turn to set up the mold technique according to the UML, to the program design foundation database and try a born system to carry on the system analysis, carry on a nee
Platform: | Size: 1348608 | Author: Peng Jin | Hits:

[JSP/JavaB2C

Description: 电子商务网站的实现,功能是用户和企业注册,登陆和信息修改 主要用技术:javabean+jsp+struts 数据库是sqlserver2-The realization of e-commerce sites, functional users and business registration, login and information to modify the main technology: javabean+ jsp+ the struts database is sqlserver2000
Platform: | Size: 4795392 | Author: snow | Hits:

[JSP/Javabusiness

Description: 通过考察电子商务的过程和信息化的构建,针对电子商贸设计的电子商务网站,使用MySQL作为后台数据库,采用JSP+Bean的方式。-Through the study of the process of e-commerce and the construction of information technology, e-commerce sites for e-commerce sites, using MySQL as the background , using JSP+Bean approach.
Platform: | Size: 1402880 | Author: wei | Hits:
« 12 »

CodeBus www.codebus.net